Fix the build with -Dgtk_doc=true
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 00:04:19 +0000 (19:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 00:04:19 +0000 (19:04 -0500)
We need to export the emoji chooser symbols to
really make it public api.

gtk/gtkemojichooser.h

index 63670b5d5cebd42d9bd56e4bcf938208405ed104..611f4a184b1ff2048c3e25739d05f1b10a994f9a 100644 (file)
@@ -35,7 +35,9 @@ G_BEGIN_DECLS
 typedef struct _GtkEmojiChooser      GtkEmojiChooser;
 typedef struct _GtkEmojiChooserClass GtkEmojiChooserClass;
 
+GDK_AVAILABLE_IN_ALL
 GType      gtk_emoji_chooser_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
 GtkWidget *gtk_emoji_chooser_new      (void);
 
 G_END_DECLS